名前 | 解説 | |
---|---|---|
CanFilter | Returns whether the collection is able to filter the specified filterExpression. | |
CanInsert | ||
CanMove | ||
CanRefresh | Determines whether the collection can be refreshed. | |
CanRemove | ||
CanReplace | ||
CanSort | Returns whether the collection is able to sort the specified sortDescriptions. | |
ConnectAsync | Connects the collection to the source. | |
DisconnectAsync | Invokes the finalization of the collection. | |
Dispose | Called to dispose resources. C1.DataCollection.C1DataCollectionBase<T>から継承されます。 | |
FilterAsync | Filters the data using specified filterExpression. | |
GetItemType | Gets the type of the item. C1.DataCollection.C1DataCollectionBase<T>から継承されます。 | |
GetLoadedItems | オーバーロードされます。 Returns the items that has be loaded so far. | |
IndexOf | オーバーライドされます。 Gets the index of the specified item. | |
InsertAsync | ||
LoadAsync | Loads all the items between the specified range. | |
MoveAsync | ||
RefreshAsync | Removes the cached data and loads the whole collection from scratch. | |
RemoveAsync | ||
ReplaceAsync | ||
SortAsync | オーバーロードされます。 Sorts the collection according to the specified sort descriptions. |